home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / DefineButton2_828 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  288 b   |  12 lines

  1. on(release){
  2.    _root.copter._x = _root.launch.x;
  3.    _root.copter._y = _root.launch.y;
  4.    _root.launch.gotoAndStop(1);
  5.    _root.used._visible = false;
  6.    _root.edit = true;
  7.    _root.health.gotoAndStop(1);
  8.    _root.speedMax = 0;
  9.    _root.speedMin = 0;
  10.    _root.speedPlus = 0;
  11. }
  12.